call-up procedure - ορισμός. Τι είναι το call-up procedure
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι call-up procedure - ορισμός

IN MICROSOFT'S WINDOWS NT OPERATING SYSTEMS
Lightweight procedure call; ALPC; Local Procedure Call; Lightweight Procedure Call; Asynchronous Local Inter-Process Communication

Wake-up call (service)         
TELEPHONE SERVICE PROVIDED BY LODGING ESTABLISHMENTS
Wake-up call (Service); Wake-up call
A wake-up call (alarm call in the United Kingdom, morning call in east Asia) is a service provided by lodging establishments allowing guests to request a telephone call at a pre-specified time, thus causing the guest to wake up at that time. It is similar in concept to an alarm clock, but is instead conducted via a telephone.
Open Network Computing         
COMPUTER NETWORK PROTOCOL
ONC RPC; Open Network Computing; Open network computing; SunRPC; Open Network Computing Remote Procedure Call system; ONCRPC; Open Network Computing Remote Procedure Call
(ONC) Sun's network protocols. [more detail?]
Call option         
  • Profits from buying a call.
  • Profits from writing a call.
FINANCIAL INSTRUMENT
Clean up call; Call options; Call provisions; European Call Option; Long call; Short call
A call option, often simply labeled a "call", is a contract, between the buyer and the seller of the call option, to exchange a security at a set price. The buyer of the call option has the right, but not the obligation, to buy an agreed quantity of a particular commodity or financial instrument (the underlying) from the seller of the option at a certain time (the expiration date) for a certain price (the strike price).

Βικιπαίδεια

Local Inter-Process Communication

The Local Inter-Process Communication (LPC, often also referred to as Local Procedure Call or Lightweight Procedure Call) is an internal, undocumented inter-process communication facility provided by the Microsoft Windows NT kernel for lightweight IPC between processes on the same computer. As of Windows Vista, LPC has been rewritten as Asynchronous Local Inter-Process Communication (ALPC, often also Advanced Local Procedure Call) in order to provide a high-speed scalable communication mechanism required to efficiently implement User-Mode Driver Framework (UMDF), whose user-mode parts require an efficient communication channel with UMDF's components in the executive.

The (A)LPC interface is part of Windows NT's undocumented Native API, and as such is not available to applications for direct use. However, it can be used indirectly in the following instances:

  • when using the Microsoft RPC API to communicate locally, i.e. between the processes on the same machine
  • by calling Windows APIs that are implemented with (A)LPC (see below)